👤User Routes
Documentation for the Stelo Finance user routes
Last updated
Documentation for the Stelo Finance user routes
Last updated
The /user
routes are used for retrieving/updating any personal account information.
All routes in /user
utilize the user
auth, please refer to Auth to learn more.
PUT
https://api.stelo.finance/user/username
Update your account's username.
Name | Type | Description |
---|---|---|
PUT
https://api.stelo.finance/user/password
Update your account's password.
PUT
https://api.stelo.finance/user/wallet
Update your account's primary wallet. This is the wallet you'll log into by default and the wallet that funds will arrive in if sent to your username.
GET
https://api.stelo.finance/user/wallets
Get a list of the wallets you own.
GET
https://api.stelo.finance/user/assigned_wallets
Get a list of the wallets you are assigned to.
POST
https://api.stelo.finance/user/wallets
Create a new wallet on your account.
PUT
https://api.stelo.finance/user/session/wallet
Update your session's active wallet.
GET
https://api.stelo.finance/user/session
Get info related to your currently active session.
GET
https://api.stelo.finance/user/sessions
Get a list of your currently active user sessions.
DELETE
https://api.stelo.finance/user/session
Delete your current session, and remove the session cookie (sign out).
DELETE
https://api.stelo.finance/user/sessions/{sessionid}
Delete a specific session.
DELETE
https://api.stelo.finance/user/sessions
Delete all your user sessions including your current one (sign out everywhere).
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
username*
string
2-32 characters, alphanum
password*
string
8-32 characters
wallet_id*
integer
address
string
3-24 characters, alpha, lowercase. Must be unique to any other wallet. If left out, a random address will be chosen.
wallet_id*
integer
sessionid*
integer