cURL
curl --request GET \ --url https://api.treasuryprime.com/fednow/routing_number/{routing_number} \ --header 'Authorization: Basic <encoded-value>'
{ "online": true, "receive": true, "routing_number": "011000015", "send": false }
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
Routing number of the bank
The :fednow.status
The response is of type object.
object
Was this page helpful?