# Operation IDs List

Here is a mapping of the Peerplays Operations and their IDs:

```
ID | Operation Name
0	transfer_operation
1	limit_order_create_operation
2	limit_order_cancel_operation
3	call_order_update_operation
4	fill_order_operation (VIRTUAL)
5	account_create_operation
6	account_update_operation
7	account_whitelist_operation
8	account_upgrade_operation
9	account_transfer_operation
10	asset_create_operation
11	asset_update_operation
12	asset_update_bitasset_operation
13	asset_update_feed_producers_operation
14	asset_issue_operation
15	asset_reserve_operation
16	asset_fund_fee_pool_operation
17	asset_settle_operation
18	asset_global_settle_operation
19	asset_publish_feed_operation
20	witness_create_operation
21	witness_update_operation
22	proposal_create_operation
23	proposal_update_operation
24	proposal_delete_operation
25	withdraw_permission_create_operation
26	withdraw_permission_update_operation
27	withdraw_permission_claim_operation
28	withdraw_permission_delete_operation
29	committee_member_create_operation
30	committee_member_update_operation
31	committee_member_update_global_parameters_operation
32	vesting_balance_create_operation
33	vesting_balance_withdraw_operation
34	worker_create_operation
35	custom_operation
36	assert_operation
37	balance_claim_operation
38	override_transfer_operation
39	transfer_to_blind_operation
40	blind_transfer_operation
41	transfer_from_blind_operation
42	asset_settle_cancel_operation (VIRTUAL)
43	asset_claim_fees_operation
44	fba_distribute_operation (VIRTUAL)
45	tournament_create_operation
46	tournament_join_operation
47	game_move_operation
48	asset_update_dividend_operation
49	asset_dividend_distribution_operation (VIRTUAL)
50	tournament_payout_operation (VIRTUAL)
51	tournament_leave_operation
52	sport_create_operation
53	sport_update_operation
54	event_group_create_operation
55	event_group_update_operation
56	event_create_operation
57	event_update_operation
58	betting_market_rules_create_operation
59	betting_market_rules_update_operation
60	betting_market_group_create_operation
61	betting_market_create_operation
62	bet_place_operation
63	betting_market_group_resolve_operation
64	betting_market_group_resolved_operation (VIRTUAL)
65	bet_adjusted_operation (VIRTUAL)
66	betting_market_group_cancel_unmatched_bets_operation
67	bet_matched_operation (VIRTUAL)
68	bet_cancel_operation
69	bet_canceled_operation (VIRTUAL)
70	betting_market_group_update_operation
71	betting_market_update_operation
72	event_update_status_operation
73	sport_delete_operation
74	event_group_delete_operation
75	affiliate_payout_operation (VIRTUAL)
76	affiliate_referral_payout_operation (VIRTUAL)
77	lottery_asset_create_operation
78	ticket_purchase_operation
79	lottery_reward_operation
80	lottery_end_operation
81	sweeps_vesting_claim_operation
82	custom_permission_create_operation
83	custom_permission_update_operation
84	custom_permission_delete_operation
85	custom_account_authority_create_operation
86	custom_account_authority_update_operation
87	custom_account_authority_delete_operation
88	offer_operation
89	bid_operation
90	cancel_offer_operation
91	finalize_offer_operation
92	nft_metadata_create_operation
93	nft_metadata_update_operation
94	nft_mint_operation
95	nft_safe_transfer_from_operation
96	nft_approve_operation
97	nft_set_approval_for_all_operation
98	account_role_create_operation
99	account_role_update_operation
100	account_role_delete_operation
101	son_create_operation
102	son_update_operation
103	son_deregister_operation
104	son_heartbeat_operation
105	son_report_down_operation
106	son_maintenance_operation
107	son_wallet_recreate_operation
108	son_wallet_update_operation
109	son_wallet_deposit_create_operation
110	son_wallet_deposit_process_operation
111	son_wallet_withdraw_create_operation
112	son_wallet_withdraw_process_operation
113	sidechain_address_add_operation
114	sidechain_address_update_operation
115	sidechain_address_delete_operation
116	sidechain_transaction_create_operation
117	sidechain_transaction_sign_operation
118	sidechain_transaction_send_operation
119	sidechain_transaction_settle_operation
120     nft_lottery_token_purchase_operation,
121     nft_lottery_reward_operation,
122     nft_lottery_end_operation,
123     random_number_store_operation
```

#### Download

{% file src="/files/dv1dgLtC584Tfr1sezVN" %}
List of Peerplays Operation IDs
{% endfile %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://devs.peerplays.com/supporting-and-reference-docs/operation-ids-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
