Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://rpc.raze.bot/ \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "getAssetsByOwner", "params": { "ownerAddress": "11111111111111111111111111111112", "limit": 100, "page": 1 } } '
{}
2.0
getAssetsByOwner
Show child attributes
JSON-RPC response with paginated items
items
The response is of type object.
object