Service Node
REST API reference for the Pantos Service Node.
Transfer
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
200
Transfer request accepted
application/json
task_idstringOptional
406
Transfer request no accepted
application/json
409
Sender nonce from transfer request is not unique
application/json
500
Internal server error
post
/transferTransfer Status
Path parameters
Responses
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
404
not found
application/json
500
internal server error
get
/transfer/{task_id}/statusBids
Query parameters
source_blockchaininteger · enumRequiredPossible values:
Numeric ID of the supported Blockchain ID
destination_blockchaininteger · enumRequiredPossible values:
Numeric ID of the supported Blockchain ID
Responses
200
List of bids for a given source and destination blockchain
application/json
execution_timeintegerRequired
valid_untilintegerRequired
feeintegerRequired
signaturestringRequired
400
bad request
application/json
500
internal server error
get
/bidsLast updated