Sodax
Query parameters
relatedAddress_eqstringOptional
Match rows where tradingAddress OR withdrawTo equals this Bitcoin address (e.g. musig2 withdrawTo).
intentToken_eqstringOptional
Match rows where intent.inputToken OR intent.outputToken equals this value (e.g. EVM token address). Use with relatedAddress_eq for (intent OR intent) AND (tradingAddress OR withdrawTo).
pagenumberOptionalExample:
Page number (default: 1)
1pageSizenumberOptionalExample:
Number of items per page (default: 10)
10sortstringOptionalExample:
Sort field and order. Use - prefix for descending. Example: -createdAt, createdAt
-createdAtselectstringOptional
Fields to select (comma separated). Use + prefix to include hidden fields. Example: name,status,+holders
populatestringOptional
Relations to populate (comma separated). Example: wallet,token
Responses
200
Get Sodax transactions
application/json
codestringRequiredExample:
1messagestringRequiredExample:
common.successdataobject[]Required
get
/api/sodax/transactions200
Get Sodax transactions
Last updated