Skip to main content

/v1/transactions/encode_submission REST API Endpoint

Loading...

Updated on
Oct 04, 2023

/v1/transactions/encode_submission REST API Endpoint

Query Parameters

sender
string
REQUIRED
Loading...
sequence_number
string
REQUIRED
Loading...
max_gas_amount
string
REQUIRED
Loading...
gas_unit_price
string
REQUIRED
Loading...
expiration_timestamp_secs
string
REQUIRED
Loading...
payload
object
REQUIRED
Loading...
type
string
Loading...
function
string
Loading...
type_arguments
array
Loading...
arguments
array
Loading...
signature
object
REQUIRED
Loading...
type
string
Loading...
public_key
string
Loading...
signature
string
Loading...

Returns

result
Loading...
Request
1
curl --request POST \
2
--url https://docs-demo.aptos-mainnet.quiknode.pro/v1/transactions/encode_submission \
3
--header 'Accept: application/json, application/x-bcs' \
4
--header 'Content-Type: application/json' \
5
--data '{
6
"sender": "SENDER_ADDRESS",
7
"sequence_number": "SEQUENCE_NUMBER",
8
"max_gas_amount": "MAX_GAS_AMOUNT",
9
"gas_unit_price": "GAS_UNIT_PRICE",
10
"expiration_timestamp_secs": "EXPIRATION_TIMESTAMP_SECS",
11
"payload": {
12
"type": "PAYLOAD_TYPE",
13
"function": "FUNCTION",
14
"type_arguments": [
15
"string"
16
],
17
"arguments": [
18
null
19
]
20
},
21
"secondary_signers": [
22
"SECONDARY_SIGNER_ADDRESS"
23
]
24
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free