Skip to main content
POST
/
getAssetsByOwner
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
  }
}
'
{}

Body

application/json
jsonrpc
enum<string>
required
Available options:
2.0
method
enum<string>
required
Available options:
getAssetsByOwner
params
object
required
id

Response

200 - application/json

JSON-RPC response with paginated items

The response is of type object.