cURL
curl --request GET \ --url https://api.treasuryprime.com/routing_number/{routing_number} \ --header 'Authorization: Basic <encoded-value>'
{ "ach": true, "bank_name": "FEDERAL RESERVE BANK OF BOSTON", "bank_short_name": "FRB-BOS", "city": "BOSTON", "created_at": "2021-11-12T18:48:27Z", "routing_number": "011000015", "state": "MA", "updated_at": "2021-11-12T18:48:27Z", "wire": true }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The routing number of the bank. Filterable.
The routing-number
The response is of type object.
object