Skip to main content
GET
/
alpha
/
transactions
/
intent
/
status
cURL
curl --request GET \
  --url https://api.vaults.fyi/alpha/transactions/intent/status \
  --header 'x-api-key: <api-key>'
{
  "status": "pending"
}

Authorizations

x-api-key
string
header
required

Query Parameters

crosschainTransactionId
string
required

Crosschain transaction ID returned from the execute endpoint.

provider
enum<string>
required

The intent provider used for the transaction.

Available options:
rhinestone,
biconomy

Response

Default Response

status
enum<string>
required

Current status of the crosschain transaction.

Available options:
pending,
success,
failed