The ID of the wallet the address belongs to.
The ID of the address the trade belongs to.
The ID of the trade to broadcast.
The request body.
Optional
options: RawAxiosRequestConfigOverride http request option.
If the required parameter is not provided.
Create a new trade.
The ID of the wallet the source address belongs to.
The ID of the address to conduct the trade from.
The request body.
Optional
options: RawAxiosRequestConfigOverride http request option.
If the required parameter is not provided.
Get a trade by ID.
The ID of the wallet the address belongs to.
The ID of the address the trade belongs to.
The ID of the trade to fetch.
Optional
options: RawAxiosRequestConfigOverride http request option.
If the required parameter is not provided.
List trades for an address.
The ID of the wallet the address belongs to.
The ID of the address to list trades for.
Optional
limit: numberA limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
Optional
page: stringA cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Optional
options: RawAxiosRequestConfigOverride http request option.
If the required parameter is not provided.
Broadcast a trade.