Skip to main content

types.PublicKeyMapResponse

Response containing a map of BTC addresses to their corresponding public keys.

data object

Generic map of string keys to string values, used for public key lookups.

property name*string
pagination object

Pagination metadata for paginated API responses.

next_keystring
types.PublicKeyMapResponse
{
"data": {},
"pagination": {
"next_key": "string"
}
}