curl --request GET \
--url https://toncenter.com/api/v3/multisig/orders{
"address_book": {},
"orders": [
{
"actions": [
{
"body_raw": [
123
],
"destination": "<string>",
"error": "<string>",
"parsed": true,
"parsed_body": "<unknown>",
"parsed_body_type": "<string>",
"send_mode": 123,
"value": "<string>"
}
],
"address": "<string>",
"approvals_mask": "<string>",
"approvals_num": 123,
"code_hash": "<string>",
"data_hash": "<string>",
"expiration_date": 123,
"last_transaction_lt": "0",
"multisig_address": "<string>",
"order_boc": "<string>",
"order_seqno": "<string>",
"sent_for_execution": true,
"signers": [
"<string>"
],
"threshold": 123
}
]
}Get multisig orders by specified filters
curl --request GET \
--url https://toncenter.com/api/v3/multisig/orders{
"address_book": {},
"orders": [
{
"actions": [
{
"body_raw": [
123
],
"destination": "<string>",
"error": "<string>",
"parsed": true,
"parsed_body": "<unknown>",
"parsed_body_type": "<string>",
"send_mode": 123,
"value": "<string>"
}
],
"address": "<string>",
"approvals_mask": "<string>",
"approvals_num": 123,
"code_hash": "<string>",
"data_hash": "<string>",
"expiration_date": 123,
"last_transaction_lt": "0",
"multisig_address": "<string>",
"order_boc": "<string>",
"order_seqno": "<string>",
"sent_for_execution": true,
"signers": [
"<string>"
],
"threshold": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Order address in any form. Max: 1024.
Address of corresponding multisig. Max: 1024.
Parser order actions
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Sort orders by last_transaction_lt.
asc, desc Was this page helpful?