Skip to main content
GET
/
api
/
v1
/
addresses
Get address by ID
curl --request GET \
  --url https://sandbox.oumla.com/api/v1/addresses \
  --header 'x-api-key: <api-key>' \
  --header 'x-sdk-version: <x-sdk-version>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "address": "<string>",
    "reference": "<string>",
    "date": "2023-11-07T05:31:56Z",
    "sub": "<string>",
    "balance": "<string>",
    "miniWalletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "networkId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "label": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.oumla.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

x-sdk-version
string
default:1.0.0
required

SDK version header

Query Parameters

id
string<uuid>
required

Address UUID

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

Response

Address found

data
object
required