/
SL
slashfi
/
Slash Public API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 6mo ago
Details
Filter operations
get
/legal-entity
get
/account
get
/account/{accountId}
get
/account/{accountId}/balance
get
/virtual-account
post
Create a virtual account
get
/virtual-account/{virtualAccountId}
patch
/virtual-account/{virtualAccountId}
get
/transaction
get
/transaction/aggregation
get
/transaction/{transactionId}
patch
/transaction/{transactionId}/note
get
/transaction/{transactionId}/fee-details
post
/transfer/virtual-account
get
/card
post
/card
get
/card/{cardId}
patch
/card/{cardId}
get
/card/{cardId}/utilization
put
/card/{cardId}/spending-constraint
patch
/card/{cardId}/spending-constraint
get
/card-group
post
/card-group
get
/card-group/{cardGroupId}
patch
/card-group/{cardGroupId}
get
/card-group/{cardGroupId}/utilization
put
/card-group/{cardGroupId}/spending-constraint
patch
/card-group/{cardGroupId}/spending-constraint
get
/card-product
get
/slash-handle
get
/pay
post
/pay
get
/webhook
post
/webhook
patch
/webhook/{webhookId}
get
/merchant
get
/merchant/{merchantId}
get
/merchant-category
post
Create a DeveloperApplication
get
Get a DeveloperApplication
patch
Update a DeveloperApplication
post
Create or regenerate a DeveloperApplication's OAuthClientSecret
get
/.well-known/openid-configuration
post
/oauth2/token
get
/oauth2/userinfo
post
/oauth2/userinfo
get
/fdx/customers/current
get
/fdx/accounts
get
/fdx/accounts/{accountId}
get
/fdx/accounts/{accountId}/contact
get
/fdx/accounts/{accountId}/statements
get
/fdx/accounts/{accountId}/statements/{statementId}
get
/fdx/accounts/{accountId}/transactions
get
/fdx/accounts/{accountId}/payment-networks
post
Retrieve a list of crypto offramp options
Create a DeveloperApplication
post
/developer-account/{developerAccountId}/application
Request body
object
required
name
string
required
type
'service'
required
data
DeveloperApplicationDeveloperApplicationData
required
Response
OK
DeveloperApplicationDeveloperApplicationModel
required
id
string
required
developerAccountId
string
required
name
string
required
status
'test'
|
'under_review'
|
'production'
required
type
'service'
required
data
DeveloperApplicationDeveloperApplicationData
required
timestamp
string
required
oauthClientId
string
oauthClientSecret
string
Changes