Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
The ID of the wallet the address belongs to.
The onchain address the trade belongs to.
The ID of the trade to fetch.
Response
Success response
A trade of an asset to another asset
The ID of the blockchain network.
"base-sepolia"
The ID of the wallet that owns the from address
"d91d652b-d020-48d4-bf19-5c5eb5e280c7"
The onchain address of the sender
"0xfc807D1bE4997e5C7B33E4d8D57e60c5b0f02B1a"
The ID of the trade
"d91d652b-d020-48d4-bf19-5c5eb5e280c7"
The amount of the from asset to be traded (in atomic units of the from asset)
"12345678"
The asset being traded
The amount of the to asset that will be received (in atomic units of the to asset)
"12345678"
The asset received from the trade
The transaction that will execute the trade onchain
An optional approval transaction that will be executed before the trade transaction if present