Skip to content

Get BLP depositor

GET
/blp/depositors/{address}

Parameters

Path Parameters

address*

Owner address (20-byte Ethereum-style, 0x-hex).

Required

Responses

A depositor's BLP shares.

application/json
JSON
{
  
"address": "string",
  
"shares": "5000000000000",
  
"total_deposited": "-12500",
  
"total_withdrawn": "-12500"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI