How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

BRL Accounts API

The Accounts API from BRL — 27 operation(s) for accounts.

BRL Accounts API is one of 10 APIs that BRL publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 39 operations across 27 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://app.crown-brlv.com.

39 operations 27 paths 0 schemas 2 DELETE22 GET1 PATCH14 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://app.crown-brlv.com
Authentication
HTTP Bearer, API Key, API Key
Resource Areas
1

Authentication & Security 3

BRL Accounts API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (JwtAuth). An API key is passed in the header as X-API-Key (ApiKey). An API key is passed in the header as X-Crown-Signature (signature).

  • JwtAuth — JWT-based authentication.
  • ApiKey — Your account API Key
  • signature — HMAC-SHA256 signature of the request body using your webhook secret. Verify this signature to ensure the webhook is from Crown.

Paths & Operations 39

Across 27 paths, the API surfaces 39 operations — 2 DELETE, 22 GET, 1 PATCH, 14 POST. Each is listed below with its method, path, parameters, and response codes.

Accounts 39
GET
/api/v1/accounts/{account-id}/auto-claims/{schedule-id}
Get an auto-claim schedule
2 params → 200400403404422
DELETE
/api/v1/accounts/{account-id}/auto-claims/{schedule-id}
Cancel an auto-claim schedule
2 params → 204400403404422
POST
/api/v1/accounts/{account-id}/quotes
Create a quote for currency/token conversion
1 param body → 200400403404422
GET
/api/v1/accounts/{account-id}/orders/{id}
Get an order by ID
2 params → 200400403404422
GET
/api/v1/accounts/{account-id}/orders
List all orders
1 param → 200400403404422
POST
/api/v1/accounts/{account-id}/orders
Create an order from a quote
1 param body → 200400403404422
GET
/api/v1/accounts/{account-id}/wallets/{wallet-address}/claims/certificates
List claimable reward certificates for a wallet
2 params → 200400403404422
GET
/api/v1/accounts/{account-id}/assets/{asset}/deposits
List deposits by asset
2 params → 200400403404422
GET
/api/v1/accounts/{account-id}/tax-exemption/progress
Get monthly tax exemption progress
1 param → 200400403404422
GET
/api/v1/accounts/{account-id}/transfers
List transfers
5 params → 200400403404422
POST
/api/v1/accounts/{account-id}/transfers
Transfer tokens between wallets
1 param body → 200400403404422
PATCH
/api/v1/accounts/{account-id}/wallets/{wallet-id}/metadata
Update wallet metadata
2 params body → 200400403404422
GET
/api/v1/accounts/{account-id}/wallets/{wallet-address}/claims
Get claimable balance for a wallet
2 params → 200400403404422
POST
/api/v1/accounts/{account-id}/wallets/{wallet-address}/claims
Submit a claim request for a wallet
2 params body → 200400403404422
GET
/api/v1/accounts/{account-id}/withdrawals
List withdrawals
2 params → 200400403404422
POST
/api/v1/accounts/{account-id}/withdrawals
Create a withdrawal
1 param body → 200400403404422
GET
/api/v1/accounts/{account-id}/claims/certificates
List claimable reward certificates
1 param → 200400403404422
DELETE
/api/v1/accounts/{account-id}/auto-claims/{schedule-id}/skips/{skip-id}
Remove an auto-claim skip window
3 params → 204400403404422
GET
/api/v1/accounts/{account-id}/assets/{asset}/balance
Get balance by asset
2 params → 200400403404422
GET
/api/v1/accounts
List accounts
→ 200400403404422
POST
/api/v1/accounts
Create a sub-account
body → 201200400403404422
GET
/api/v1/accounts/{account-id}/auto-claims/{schedule-id}/skips
List auto-claim skip windows
2 params → 200400403404422
POST
/api/v1/accounts/{account-id}/auto-claims/{schedule-id}/skips
Skip an auto-claim on a date or period
2 params body → 200400403404422
GET
/api/v1/accounts/{account-id}/wallets/{wallet-address}/auto-claims
List auto-claim schedules for a wallet
2 params → 200400403404422
POST
/api/v1/accounts/{account-id}/wallets/{wallet-address}/auto-claims
Create a wallet-scoped auto-claim schedule
2 params body → 200400403404422
POST
/api/v1/accounts/{account-id}/auto-claims/{schedule-id}/resume
Resume a paused auto-claim schedule
2 params → 200400403404422
GET
/api/v1/accounts/{account-id}
Get an account by ID
1 param → 200400403404422
GET
/api/v1/accounts/{account-id}/assets/{asset}/deposits/{id}
Get a deposit by ID
3 params → 200400403404422
GET
/api/v1/accounts/{account-id}/deposits/pix
Get the PIX deposit QR code
1 param → 200400403404422
POST
/api/v1/accounts/{account-id}/auto-claims/{schedule-id}/pause
Pause an auto-claim schedule
2 params → 200400403404422
GET
/api/v1/accounts/{account-id}/withdrawals/{id}
Get a withdrawal by ID
2 params → 200400403404422
GET
/api/v1/accounts/{account-id}/claims
Get claimable balance
1 param → 200400403404422
POST
/api/v1/accounts/{account-id}/claims
Submit a claim request
1 param body → 200400403404422
GET
/api/v1/accounts/{account-id}/auto-claims
List auto-claim schedules
1 param → 200400403404422
POST
/api/v1/accounts/{account-id}/auto-claims
Create an account-wide auto-claim schedule
1 param body → 200400403404422
GET
/api/v1/accounts/{account-id}/nft-transfers
List reward certificate NFT transfers
1 param → 200400403404422
POST
/api/v1/accounts/{account-id}/nft-transfers
Transfer reward certificate NFT between wallets
1 param body → 200400403404422
GET
/api/v1/accounts/{account-id}/wallets
List wallets
3 params → 200400403404422
POST
/api/v1/accounts/{account-id}/wallets
Create a new wallet
1 param body → 200400403404422

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

brl-accounts-api-openapi.yml Raw ↑

Other APIs BRL publishes across the network.

BRL Assets API
BRL Claims API
BRL Nft Transfers API
BRL Orders API
BRL Quotes API
BRL Tax Exemption API
BRL Transfers API
BRL Wallets API
BRL Withdrawals API
Where this information came from

This is an independent, third-party profile of BRL Accounts API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.