Get Intent
Retrieves the status of an intent along with per-claim progress across chains.
Path parameters
Unique identifier of the intent operation
Unique identifier of the intent operation
Query parameters
Whether to include intent operation details
Whether to include intent operation details
Headers
API version. Required; pinned to this document.
API key.
Response
OK
Example response
{
"status": "COMPLETED",
"details": {
"id": "12345678901234567890",
"nonce": "0x000000000000000000000000000000000000000000000000ab54a98ceb1f0ad2",
"recipient": "0x3672e268a79bd4acc5ee646bdda652547c7a435c",
"createdAt": 1633493100,
"latencyMs": 8100,
"settlementLayer": "ACROSS",
"source": [
{
"chain": 10,
"tokens": [
{
"token": "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
"amount": "1000000"
}
],
"txHash": "0xc1674f4671accbceec3f22c2c9cfa4f7aead7183f48df90c239e0d85d6c31e21",
"timestamp": 1633493192,
"status": "COMPLETED"
}
],
"destination": {
"chain": 10,
"tokens": [
{
"token": "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
"amount": "1000000"
}
],
"txHash": "0xc1674f4671accbceec3f22c2c9cfa4f7aead7183f48df90c239e0d85d6c31e21",
"timestamp": 1633493192,
"status": "COMPLETED"
},
"executions": [
{
"chain": 8453,
"phase": "DESTINATION",
"to": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"value": "0",
"data": "0xa9059cbb000000000000000000000000579d5631f76126991c00fb8fe5467fa9d49e5f6a00000000000000000000000000000000000000000000000000000000000f4240"
}
],
"cost": {
"sponsored": true,
"sponsoredValue": "210000",
"protocolFee": "10000"
}
},
"claims": [
{
"chainId": 1,
"status": "COMPLETED",
"claimTimestamp": 1633493192,
"claimTransactionHash": "0xc1674f4671accbceec3f22c2c9cfa4f7aead7183f48df90c239e0d85d6c31e21"
}
],
"destinationChainId": 8453,
"fillTimestamp": 1633493192,
"fillTransactionHash": "0xc1674f4671accbceec3f22c2c9cfa4f7aead7183f48df90c239e0d85d6c31e21",
"userAddress": "0x3672e268a79bd4acc5ee646bdda652547c7a435c"
}Changes
Changed in 4 of the 17 revisions of this API.27
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ○
added the new optional
headerrequest parameterx-api-versionnew-optional-request-parameter
- ○
- ▲
removed the required property
errorfrom the response with the400statusresponse-required-property-removed
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the required property
destinationChainIdto the response with the200statusresponse-required-property-added
- ○
added the required property
errorsto the response with the400statusresponse-required-property-added
- ○
added the required property
traceIdto the response with the400statusresponse-required-property-added
- ○
added the required property
userAddressto the response with the200statusresponse-required-property-added
- ▲