Skip to main content
GET
/
api
/
v1
/
assets
List Assets
curl --request GET \
  --url https://sandbox.oumla.com/api/v1/assets \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "status": 123,
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-sdk-version
string
default:1.0.0

SDK version for tracking and compatibility

Query Parameters

address
string

Blockchain address to filter by

Minimum string length: 1
walletId
string

Wallet ID to filter by

Minimum string length: 1
contractAddress
string

Contract address to filter by

Minimum string length: 1
tokenizationId
string

Tokenization ID to filter by

Minimum string length: 1
skip
integer
default:0

Number of records to skip

Required range: x >= 0
take
integer
default:10

Number of records to take

Required range: 1 <= x <= 100

Response

Assets retrieved successfully

message
string
required

Response message

success
enum<boolean>
required

Indicates successful response

Available options:
true,
false
status
integer
required

HTTP status code

data
object

Response data