Alpaca · Capability
Broker API — Funding
Broker API — Funding. 10 operations. Lead operation: Retrieve ACH Relationships for an account. Self-contained Naftiko capability covering one Alpaca business surface.
What You Can Do
GET
Getaccountachrelationships
— Retrieve ACH Relationships for an account
/v1/v1/accounts/{account-id}/ach-relationships
POST
Createachrelationshipforaccount
— Create an ACH Relationship
/v1/v1/accounts/{account-id}/ach-relationships
DELETE
Deleteachrelationshipfromaccount
— Delete an existing ACH relationship
/v1/v1/accounts/{account-id}/ach-relationships/{ach-relationship-id}
GET
Getrecipientbanks
— Retrieve bank relationships for an account
/v1/v1/accounts/{account-id}/recipient-banks
POST
Createrecipientbank
— Create a Bank Relationship for an account
/v1/v1/accounts/{account-id}/recipient-banks
DELETE
Deleterecipientbank
— Delete a Bank Relationship for an account
/v1/v1/accounts/{account-id}/recipient-banks/{bank-id}
GET
Gettransfersforaccount
— Return a list of transfers for an account.
/v1/v1/accounts/{account-id}/transfers
POST
Createtransferforaccount
— Request a new transfer
/v1/v1/accounts/{account-id}/transfers
DELETE
Deletetransfer
— Request to close a transfer
/v1/v1/accounts/{account-id}/transfers/{transfer-id}
GET
Subscribetotransferstatussse
— Subscribe to Transfer Events (SSE)
/v1/v1/events/transfers/status
MCP Tools
retrieve-ach-relationships-account
Retrieve ACH Relationships for an account
read-only
idempotent
create-ach-relationship
Create an ACH Relationship
delete-existing-ach-relationship
Delete an existing ACH relationship
idempotent
retrieve-bank-relationships-account
Retrieve bank relationships for an account
read-only
idempotent
create-bank-relationship-account
Create a Bank Relationship for an account
delete-bank-relationship-account
Delete a Bank Relationship for an account
idempotent
return-list-transfers-account
Return a list of transfers for an account.
read-only
idempotent
request-new-transfer
Request a new transfer
request-close-transfer
Request to close a transfer
idempotent
subscribe-transfer-events-sse
Subscribe to Transfer Events (SSE)
read-only
idempotent