Pending Transfers
The pending transfers endpoints let you query information about transfers that have not been completed yet.
Pending Transfers Resource Overview
HTTP Method
Resource
Description
GET
All incomplete transfers
GET
All incomplete transfers for a specific token
GET
All incomplete transfers for a specific token and channel
Pending Transfers Resource Details
All Incomplete Transfers
GET
http://localhost:5001/api/v1/pending_transfers
The "role" key in the response can either have the value "initiator", "mediator" or "target".
Path Parameters
version
string
Version of the API
All Incomplete Transfers for a Specific Token
GET
http://localhost:5001/api/v1/pending_transfers/0xd0A1...029C
Limits the response to pending transfers of the specified token. The "role" key in the response can either have the value "initiator", "mediator" or "target".
Path Parameters
version
string
Version of the API
token_address
string
Address of a token
All Incomplete Transfers for a Specific Token and Channel
GET
http://localhost:5001/api/v1/pending_transfers/0xd0A1...029C/0x2c4b...C685
Limits the response to pending transfers of the specified token and channel. The "role" key in the response can either have the value "initiator", "mediator" or "target".
Path Parameters
version
string
Version of the API
token_address
string
Address of a token
partner_address
string
Address of the receiving node
Last updated
Was this helpful?