Service Node

REST API reference for the Pantos Service Node.

Transfer

Endpoint for submitting a token transfer request.

post
Body
source_blockchain_idintegerRequired
destination_blockchain_idinteger · enumRequiredPossible values:
sender_addressstringRequired
recipient_addressstringRequired
source_token_addressstringRequired
destination_token_addressstringRequired
valid_untilintegerRequired
amountintegerRequired
nonceintegerRequired
signaturestringRequired
time_receivedintegerRequired
Responses
chevron-right
200

Transfer request accepted

application/json
task_idstringOptional
post
/transfer

Transfer Status

Endpoint that returns the status of a transfer.

get
Path parameters
Responses
chevron-right
200

Object containing the status of a transfer with the given task ID

application/json
task_idstringOptional
sender_addressstringOptional
recipient_addressstringOptional
source_token_addressstringOptional
destination_token_addressstringOptional
amountintegerOptional
feeintegerOptional
statusstringOptional
transfer_idstringOptional
transaction_idstringOptional
get
/transfer/{task_id}/status

Bids

Endpoint that returns a list of bids for a given source and destination blockchain.

get
Query parameters
source_blockchaininteger · enumRequired

Numeric ID of the supported Blockchain ID

Possible values:
destination_blockchaininteger · enumRequired

Numeric ID of the supported Blockchain ID

Possible values:
Responses
chevron-right
200

List of bids for a given source and destination blockchain

application/json
execution_timeintegerRequired
valid_untilintegerRequired
feeintegerRequired
signaturestringRequired
get
/bids

Last updated