Skip to content
Blink Docs
Search
K
Main Navigation
Documentation
API Reference
Appearance
Menu
Return to top
Copy page
Get BLP depositor
GET
/blp/depositors/{address}
Parameters
Path Parameters
address
*
Owner address (20-byte Ethereum-style, 0x-hex).
Required
Responses
200
400
A depositor's BLP shares.
Content-Type
application/json
Schema
JSON
JSON
{
"address"
:
"string"
,
"shares"
:
"5000000000000"
,
"total_deposited"
:
"-12500"
,
"total_withdrawn"
:
"-12500"
}
GET
/blp/depositors/{address}
Playground
Variables
Key
Value
address
*
Try it out
Samples
Powered by
VitePress OpenAPI