v1
latestOpenAPI 3.1.02026-07-13385987.3 KBAccount Holder
Create an account holder.
Create an account holder and start tracking its ledger. The account holder can be a consumer, business or unknown.
post/v2/account-holder
Request body
Example request
{
"id": "67890",
"industry": "fintech",
"name": "Ntropy Network Inc.",
"type": "business",
"website": "ntropy.com"
}Response
The created account holder
Example response
{
"id": "67890",
"industry": "fintech",
"name": "Ntropy Network Inc.",
"type": "business",
"website": "ntropy.com"
}