You need an API key for this call.
Please reach out to the Blessnet team to get setup.
GET/deliveries/:id
The /deliveries/:id endpoint returns details of a given delivery Id.
Headers
Name
Value
x-api-key
Your API key
Path Variables
Name
Mandatory?
Default
Value
:id
Yes
The delivery Id you are querying.
Params
None
Response Body
The response provides an object with details about the delivery. Some properties of this object are provided for all deliveries, for example status, whereas others are dependant on the type of delivery made.
The objects can have the following properties:
Name
Type
Description
_id
string
The unique Id for this transfer
status
string
The status of the operations.
Possible values:
- pending
- failed
- succeeded
source
string
The origin of the operation request.
sourceChain
string
The origin chain for the request, will be 0 if request originated off-chain.
sourceContract
string
The origin contract for the request, will be the zero address if request originated off-chain.
destinationChain
number
The chain Id of the chain this operation will run on
destinationContract
string
The contract address destination for this operation (i.e. the endpoint).