Get the BIC for an LEI.
GET {{baseUrl}}/leis/:lei/bic
For a given LEI, you can retrieve the BIC of that LEI.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"bic": "DEUTDEFFXXX"
} |
ENDPOINTS